WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridBoundRow Class / GridBoundRow Constructor / GridBoundRow Constructor(IDataCollection<Object>,Int32)
The collection containing the item.
Index of the data inside the collection.
In This Topic
    GridBoundRow Constructor(IDataCollection<Object>,Int32)
    In This Topic
    Initializes a new instance of the GridBoundRow class.
    Syntax
    public GridBoundRow( 
       C1.DataCollection.IDataCollection<object> collection,
       int dataIndex
    )

    Parameters

    collection
    The collection containing the item.
    dataIndex
    Index of the data inside the collection.
    See Also